body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background-color: #1FD994;
  overflow-x: hidden;
}
section {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0;
}
.waveBottom{
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0px;
  max-height: 15vh;
}
.waveTop{
  position: absolute;
  width: 100%;
  height: 12%;
  top: 0px;
  transform: scaleX(-1);
  max-height: 15vh;
}
.tag {
  z-index: 5;
  position: fixed;
  text-align: left;
  text-decoration: none;
  font-family: 'Baloo 2', cursive;
  line-height: 1em;
  font-size: 30px;
  text-transform: uppercase;
  color: #EDE3C8;
  margin-left: 20px;
  margin-top: 20px;
}
/* CSS voor section een */
#section1{
  height: 100vh;
  background-color: #3bc3f2;
  background-size: cover; height:100vh;
  background-position: center center;
}
header {
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  padding-top: 17vh;
  justify-content: center;
}
.headerText {
  position: relative;
  text-align: center;
  font-family: 'Baloo 2', cursive;
  color: #EDE3C8;
  text-transform: uppercase;
  display: inline-block;
  height: 400px;
  margin: 10px;
}
header h1 {
  line-height: 1em;
  font-size: 80px;
  margin-bottom: 0px;
}
header p {
  line-height: 1em;
  font-size: 20px;
}

#section2{
  background-color: #0F0F10;
  height: auto;
  padding-bottom: 200px;
  padding-left: 10px;
  padding-right: 10px;
}
.abouttext {
  width: auto;
  height: 500px;
  font-family: 'DM Sans', sans-serif;
  padding-top: 100px;
    padding-bottom: 30px;
  text-align: center;
  color: #EDE3C8;
}
.button{
  position: absolute;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  border-radius: 20px;
  color: #0F0F10;
  text-align: center;
  width: 250px;
  height: 45px;
left: 50%;
margin-right: -50%;
 transform: translate(-50%, -50%);
    background-color: #EDE3C8;
}
#section3{
  padding-bottom: 400px;
  margin-top: auto;
  justify-content: center;
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.class{
  padding-top: 400px;
}
.title1{
  position: absolute;
  font-family: 'Baloo 2', cursive;
  text-align: center;
  color: #0F0F10;
  font-size: 50px;
  padding-top: 200px;
  width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #EDE3C8;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-family: 'Baloo 2', cursive;
  color: #EDE3C8;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  font-family: 'Baloo 2', cursive;
  color: #EDE3C8;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #0F0F10;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #EDE3C8;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
#section4{
  background-color: #0F0F10;
  height: auto;
  margin-top: auto;
  justify-content: center;
}
.video{
  width: 60%;
  height: auto;
}
.containervideo {
  padding-top: 300px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
}
.title2{
  color: #EDE3C8;
  position: absolute;
  font-family: 'Baloo 2', cursive;
  text-align: center;
  font-size: 50px;
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 800px){
  .waveTop, .waveBottom{
    height: 4%;
    max-height: 5vh;
  }
  .tag {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
  }
  header h1 {
    line-height: 1em;
    font-size: 40px;
    margin-bottom: 0px;
  }
  header p {
    line-height: 1em;
    font-size: 15px;
  }
  .title1{
    font-size: 35px;
    padding-top: 200px;
    width: 100%;
  }
  .abouttext {
    font-size: 13px;
  }
  .video{
    width: 100%;
    height: auto;
  }
  #section2 p br {
    display: none;
}
  #section3{
    height: auto;
  }
}
